home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Utils / Universal Viewer / UniversalViewer.exe / Viewer.exe / 0 / RCDATA / TFORMVIEWEDIT / TFORMVIEWEDIT.txt
Encoding:
Text File  |  2009-10-23  |  1015 b   |  56 lines

  1. object FormViewEdit: TFormViewEdit
  2.   Left = 286
  3.   Top = 327
  4.   ActiveControl = edString
  5.   BorderStyle = bsDialog
  6.   Caption = 'Edit'
  7.   ClientHeight = 87
  8.   ClientWidth = 337
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object labCaption: TLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 41
  24.     Height = 13
  25.     Caption = 'Caption:'
  26.     FocusControl = edString
  27.   end
  28.   object btnOK: TButton
  29.     Left = 84
  30.     Top = 56
  31.     Width = 81
  32.     Height = 23
  33.     Caption = 'OK'
  34.     Default = True
  35.     ModalResult = 1
  36.     TabOrder = 1
  37.   end
  38.   object btnCancel: TButton
  39.     Left = 172
  40.     Top = 56
  41.     Width = 81
  42.     Height = 23
  43.     Cancel = True
  44.     Caption = 'Cancel'
  45.     ModalResult = 2
  46.     TabOrder = 2
  47.   end
  48.   object edString: TTntEdit
  49.     Left = 8
  50.     Top = 24
  51.     Width = 321
  52.     Height = 21
  53.     TabOrder = 0
  54.   end
  55. end
  56.